Skip to content

i8251: Linuxビルドエラー(uint8_t未定義)を修正#51

Merged
bubio merged 1 commit intodevfrom
codex/fix-linux-i8251
Feb 13, 2026
Merged

i8251: Linuxビルドエラー(uint8_t未定義)を修正#51
bubio merged 1 commit intodevfrom
codex/fix-linux-i8251

Conversation

@bubio
Copy link
Owner

@bubio bubio commented Feb 13, 2026

概要
Linuxビルドで i8251.cpp の uint8_t が未定義扱いとなり、send 変数も連鎖的に解決できずコンパイル失敗していたため修正しました。

変更内容

  • Source/ePC-8801MA/vm/i8251.cpp
    • recv 代入のキャスト: (uint8_t) -> (uint8)
    • 送信バッファ変数型: uint8_t -> uint8

補足

  • プロジェクトで既に使っている独自型 uint8 に統一する最小修正です。
  • macOSローカルビルドは成功(warningのみ)。

@bubio bubio merged commit 80b761b into dev Feb 13, 2026
7 checks passed
@bubio bubio deleted the codex/fix-linux-i8251 branch February 13, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant